home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / patches / patchlibv4 / include / patch_pragmas.h < prev    next >
C/C++ Source or Header  |  1996-01-31  |  1KB  |  44 lines

  1. /* "patch.library"     (c) 1993-96 by Stefan Fuchs*/
  2. #pragma libcall PatchBase InstallPatch 1E 801
  3. #pragma libcall PatchBase WaitRemovePatch 24 801
  4. #pragma libcall PatchBase RemovePatch 2A 801
  5. #pragma libcall PatchBase FindPatch 30 801
  6. /**/
  7. /* Functions in V2 or higher*/
  8. /**/
  9. #pragma libcall PatchBase InstallPatchTagsA 36 90803
  10. #ifdef __SASC_60
  11. #pragma tagcall PatchBase InstallPatchTags 36 90803
  12. #endif
  13. #pragma libcall PatchBase RemovePatchTagsA 3C 9802
  14. #ifdef __SASC_60
  15. #pragma tagcall PatchBase RemovePatchTags 3C 9802
  16. #endif
  17. /**/
  18. /* Functions in V3 or higher*/
  19. /**/
  20. #pragma libcall PatchBase FindPatchTagsA 42 801
  21. #ifdef __SASC_60
  22. #pragma tagcall PatchBase FindPatchTags 42 801
  23. #endif
  24. #pragma libcall PatchBase SetPatchA 48 9802
  25. #ifdef __SASC_60
  26. #pragma tagcall PatchBase SetPatch 48 9802
  27. #endif
  28. #pragma libcall PatchBase GetPatchA 4E 9802
  29. #ifdef __SASC_60
  30. #pragma tagcall PatchBase GetPatch 4E 9802
  31. #endif
  32. #pragma libcall PatchBase PatchFreeVec 54 901
  33. /**/
  34. /* Functions in V4 or higher*/
  35. /**/
  36. #pragma libcall PatchBase RemovePatchProjectA 5A 9802
  37. #ifdef __SASC_60
  38. #pragma tagcall PatchBase RemovePatchProject 5A 9802
  39. #endif
  40. #pragma libcall PatchBase CreatePatchProjectA 60 9802
  41. #ifdef __SASC_60
  42. #pragma tagcall PatchBase CreatePatchProject 60 9802
  43. #endif
  44.